ArcPad Configuration File Schema
maximum Attribute
See Also  Send comments on this topic.
ArcPad Configuration File Schema : maximum Attribute

Glossary Item Box

Type

Restriction of xs:int

Use

optional

Source

<xs:attribute name="maximum" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0" />
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

See Also

© 2012 All Rights Reserved.